chore: update dependencies #753
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
Deploy Preview: https://deploy-preview-753--jovial-pasteur-581b4a.netlify.app/
Changes
Package Upgrades:
next: updated from14.2.3to15.1.6@testing-library/react: updated from15.0.7to16.2.0jest-axe: updated from7.0.0to9.0.0stylelint: updated from13.13.1to16.14.1stylelint-config-recommended: updated from5.0.0to15.0.0stylelint-config-sass-guidelines: updated from8.0.0to12.1.0stylelint-scss: updated from3.21.0to6.11.0sass: updated from1.58.3to1.84.0googleapis: updated from109.0.1to144.0.0New Dependencies:
@testing-library/domto make tests passCode Refactoring:
import React from 'react';from files in accordance with React 17Banner.jsandCarousel.jsfrom class components to functional components using React hooks<p>to<div>testimonial-classto ensure cascading stylinggm.jsto ensure correct rendering@importwith@usein.scssfiles for compatibility with latest sass versionTesting
The deploy preview for the website loads each page correctly, with all components rendering as expected. No issues with hydration errors or broken styling.
Possible Changes
eslintandeslint-config-nextto their latest versions (this is a breaking change and will require several modifications to current configuration for it to work properly)reactandreact-domto their latest versions oncereact-accessible-accordionsupports them22.13.1Checklist